6 research outputs found

    Cache-partitioned hash table with LRU eviction

    Get PDF
    Thesis (M. Eng.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer Science, 2011.In title on title page,"ASH" appears as subscript upper case letters. Cataloged from PDF version of thesis.Includes bibliographical references (p. 45-47).In this thesis we introduce CPHASH - a scalable fixed size hash table that supports eviction using an LRU list, and CPSERVER - a scalable in memory key/value cache server that uses CPHASH to implement its hash table. CPHASH uses computation migration to avoid transferring data between cores. Experiments on a 48 core machine show that CPHASH has 2 to 3 times higher throughput than a hash table implemented using scalable fine-grained locks. CPSERVER achieves 1.2 to 1.7 times higher throughput than a key/value cache server that uses a hash table with scalable fine-grained locks and 1.5 to 2.6 times higher throughput than MEMCACHED.by Zviad Metreveli.M.Eng

    CPHASH: A cache-partitioned hash table

    Get PDF
    CPHash is a concurrent hash table for multicore processors. CPHash partitions its table across the caches of cores and uses message passing to transfer lookups/inserts to a partition. CPHash's message passing avoids the need for locks, pipelines batches of asynchronous messages, and packs multiple messages into a single cache line transfer. Experiments on a 80-core machine with 2 hardware threads per core show that CPHash has ~1.6x higher throughput than a hash table implemented using fine-grained locks. An analysis shows that CPHash wins because it experiences fewer cache misses and its cache misses are less expensive, because of less contention for the on-chip interconnect and DRAM. CPServer, a key/value cache server using CPHash, achieves ~5% higher throughput than a key/value cache server that uses a hash table with fine-grained locks, but both achieve better throughput and scalability than memcached. The throughput of CPHash and CPServer also scale near-linearly with the number of cores.Quanta Computer (Firm)National Science Foundation (U.S.). (Award 915164

    CPHASH

    No full text

    Implementation of a Regional Training Program on African Swine Fever As Part of the Cooperative Biological Engagement Program across the Caucasus Region

    No full text
    A training and outreach program to increase public awareness of African swine fever (ASF) was implemented by Defense Threat Reduction Agency and the Ministries of Agriculture in Armenia, Georgia, Kazakhstan, and Ukraine. The implementing agency was the company SAFOSO (Switzerland). Integration of this regional effort was administered by subject matter experts for each country. The main teaching effort of this project was to develop a comprehensive regional public outreach campaign through a network of expertise and knowledge for the control and prevention of ASF in four neighboring countries that experience similar issues with this disease. Gaps in disease knowledge, legislation, and outbreak preparedness in each country were all addressed. Because ASF is a pathogen with bioterrorism potential and of great veterinary health importance that is responsible for major economic instability, the project team developed public outreach programs to train veterinarians in the partner countries to accurately and rapidly identify ASF activity and report it to international veterinary health agencies. The project implementers facilitated four regional meetings to develop this outreach program, which was later disseminated in each partner country. Partner country participants were trained as trainers to implement the outreach program in their respective countries. In this paper, we describe the development, execution, and evaluation of the ASF training and outreach program that reached more than 13,000 veterinarians, farmers, and hunters in the partner countries. Additionally, more than 120,000 booklets, flyers, leaflets, guidelines, and posters were distributed during the outreach campaign. Pre- and post-ASF knowledge exams were developed. The overall success of the project was demonstrated in that the principles of developing and conducting a public outreach program were established, and these foundational teachings can be applied within a single country or expanded regionally to disseminate disease information across borders; overall, this method can be modified to raise awareness about many other diseases

    The ESC ACCA EAPCI EORP acute coronary syndrome ST-elevation myocardial infarction registry

    No full text
    Aims: The Acute Cardiac Care Association (ACCA)-European Association of Percutaneous Coronary Intervention (EAPCI) Registry on ST-elevation myocardial infarction (STEMI) of the EurObservational programme (EORP) of the European Society of Cardiology (ESC) registry aimed to determine the current state of the use of reperfusion therapy in ESC member and ESC affiliated countries and the adherence to ESC STEMI guidelines in patients with STEMI. Methods and results: Between 1 January 2015 and 31 March 2018, a total of 11 462 patients admitted with an initial diagnosis of STEMI according to the 2012 ESC STEMI guidelines were enrolled. Individual patient data were collected across 196 centres and 29 countries. Among the centres, there were 136 percutaneous coronary intervention centres and 91 with cardiac surgery on-site. The majority of centres (129/196) were part of a STEMI network. The main objective of this study was to describe the demographic, clinical, and angiographic characteristics of patients with STEMI. Other objectives include to assess management patterns and in particular the current use of reperfusion therapies and to evaluate how recommendations of most recent STEMI European guidelines regarding reperfusion therapies and adjunctive pharmacological and non-pharmacological treatments are adopted in clinical practice and how their application can impact on patients' outcomes. Patients will be followed for 1 year after admission. Conclusion: The ESC ACCA-EAPCI EORP ACS STEMI registry is an international registry of care and outcomes of patients hospitalized with STEMI. It will provide insights into the contemporary patient profile, management patterns, and 1-year outcome of patients with STEMI
    corecore